kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.collections
/
[Native]Map
/
entries
entries
Native
abstract
val
entries
:
Set
<
Map.Entry
<
K
,
V
>
>
Content copied to clipboard
Returns a read-only
Set
of all key/value pairs in this map.